home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / menuag.dir / 00119_max_logo.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  328 b   |  14 lines

  1. on mouseUp
  2.   global maxMenuIsOn
  3.   switchMaxMenu()
  4.   if maxMenuIsOn then
  5.     repeat with i = 3 to 8
  6.       set the cursor of sprite i to -1
  7.     end repeat
  8.   else
  9.     repeat with i = 3 to 8
  10.       set the cursor of sprite i to [the number of member "aheadCursor", the number of member "aheadCursorMask"]
  11.     end repeat
  12.   end if
  13. end
  14.